From: Felix Fietkau Date: Wed, 6 Aug 2008 00:56:31 +0000 (+0000) Subject: fix sipp compile on avr32 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=577b309496f3f88f00d14e979ade24a16afe75d6;p=openwrt%2Fsvn-archive%2Fpackages.git fix sipp compile on avr32 SVN-Revision: 12193 --- diff --git a/net/sipp/Makefile b/net/sipp/Makefile index fcbbddedb..a213971cd 100644 --- a/net/sipp/Makefile +++ b/net/sipp/Makefile @@ -44,7 +44,7 @@ define Build/Compile CFLAGS="$(TARGET_CFLAGS)" \ CPPFLAGS_linux="$(TARGET_CPPFLAGS) -I$(STAGING_DIR)/usr/include/uClibc++ -fno-builtin -fno-rtti -nostdinc++" \ LFLAGS_linux="$(TARGET_LDFLAGS)" \ - LIBS="-nodefaultlibs -lncurses -luClibc++ -ldl -lpthread -lm" \ + LIBS="-nodefaultlibs -lncurses -luClibc++ -ldl -lpthread -lm -lgcc" \ all endef